import excel

22

import pandas as pd
  
df = pd.read_excel("sample.xlsx")
print(df)

Comments

Submit
0 Comments